home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 12511500 / var1482.dms / var1482.adf / Scripts / asvpttes.mc < prev    next >
Text File  |  1994-07-07  |  532b  |  59 lines

  1. maxaadepth 0
  2. maxobcube 2
  3. maxoctdepth 5
  4.  
  5. noshadows
  6.  
  7. camera {
  8.     loc        <5, 4, 2>
  9.     target    <.5, .5, .5>
  10.     aspect     1.0
  11. }
  12.  
  13. lamp {
  14.     direct    <-1, -.35, -.75>
  15. }
  16.  
  17. sky {
  18.     zenith        <0, 0, 0>
  19.     horizon        <0, 0, 0>
  20.     numstars    1000
  21. }
  22.  
  23.  
  24. color red {
  25.     diff    <1, 0, 0>
  26. }
  27.  
  28. color white {
  29.     diff    <1, 1, 1>
  30. }
  31.  
  32. color blue {
  33.     diff    <0, 0, 1>
  34. }
  35.  
  36. color green {
  37.     diff    <0, 1, 0>
  38. }
  39.  
  40. color yellow {
  41.     diff    <1, 1, 0>
  42. }
  43.  
  44. blotch asvpt {
  45.     pattern    red
  46.     pattern    white
  47.     pattern    blue
  48.     pattern green
  49.     pattern    yellow
  50.     scale    25
  51. }
  52.  
  53. sphere {
  54.     loc        <.5, .5, .5>
  55.     radius    1
  56.     pattern    asvpt
  57. }
  58.  
  59.